๐ ๏ธ All DevTools
Showing 2381–2400 of 4391 tools
Last Updated
April 29, 2026 at 08:01 AM
k2-fsa/sherpa-onnx
GitHub Trending[Other] Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, support 12 programming languages
oceanbase/miniob
GitHub Trending[Database] MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
louislam/uptime-kuma
GitHub Trending[Monitoring/Observability] A fancy self-hosted monitoring tool
Show HN: I'm rewriting a web server written in Rust for speed and ease of use
Show HN (score: 56)[Other] Show HN: I'm rewriting a web server written in Rust for speed and ease of use Hello! I got quite some feedback on a web server I'm building, so I'm rewriting the server to be faster and easier to use.<p>I (and maybe some other contributors?) have optimized the web server performance, especially for static file serving and reverse proxying (the last use case I optimized for very recently).<p>I also picked a different configuration format and specification, what I believe is easier to write.<p>Automatic TLS is also enabled by default out of the box, you don't need to even enable it manually, like it was in the original server I was building.<p>Yesterday, I released the first release candidate of my web server's rewrite. I'm so excited for this. I have even seen some serving websites with the rewritten web server, even if the rewrite was in beta.<p>Any feedback is welcome!
PerfAI โ Vibe Coding Edition
Product Hunt[Testing] Agentic AI for Security & Quality Testing + Auto-Fixes Test and Auto-Fix security and quality issues in your apps. PerfAI is an AppSec platform that saves dev teams 100's of hours in manual testing and code-fixing, by writing & executing 1,000's of tests against 100+ categories โ then auto-fixing your code.
Director
Product Hunt[DevOps] Lovable for web automations Director AI gets stuff done for you on the web using its own browser. With just a prompt, you can build and deploy workflows that automate any online task.
IntegriSupply
Product Hunt[Other] Backend operations platform for amazon & walmart sellers Solve your backend operations challenges with IntegriSupply's comprehensive platform built for Amazon and Walmart sellers. Streamline supplier management, inventory tracking, and business operations for 1-2 person teams.
GIT-AI
Product Hunt[CLI Tool] Fine-tuned AI for conventional commit messages. GIT-AI is an intelligent CLI tool that auto-generates conventional commit compliant messages from your staged changes. Smart branch detection and context-aware prompts ensure meaningful commits every time.
ContextCarry
Product Hunt[Other] Export & restore your ChatGPT chats in full context ContextCarry is a Chrome extension that saves and restores your ChatGPT conversations across formats like PDF, HTML, JSON, Markdown, and more. Whether you're coding, writing, or researching โ your AI chats are always safe, shareable, and searchable.
Tradlgo
Product Hunt[Other] Simplifying algorithmic trading for everyone with AI Tradlgo - Indiaโs top algo trading app. Fast backtesting, paper & live trading, and a strategy marketplace.
Building a message queue with only two UNIX signals
Hacker News (score: 96)[Other] Building a message queue with only two UNIX signals
x86-64 Playground โ An online assembly editor and GDB-like debugger
Hacker News (score: 35)[Other] x86-64 Playground โ An online assembly editor and GDB-like debugger
Show HN: I created a cross-platform GUI for the JJ VCS (Git compatible)
Hacker News (score: 51)[Other] Show HN: I created a cross-platform GUI for the JJ VCS (Git compatible) Personally, I think the JJ VCS (<a href="https://github.com/jj-vcs/jj" rel="nofollow">https://github.com/jj-vcs/jj</a>) hit a point some time in this past year where I find it hard to find a great reason to continue using git. Over the years I've cobbled together aliases and bash functions to try to improve my git workflow, but after using jj, which works with ~any git repo and integrates great with Github repos, all of the workflow issues I ran into with git are not only solved, but improved in ways I couldn't manage with simple scripts.<p>One example is the op log, which lets you go to any point in your repo's time and provides simple undo and redo commands when you want to back out of a merge, didn't mean to rebase, etc.<p>Because I have a pretty strong conviction that JJ is at this point a cleaner and more powerful version of git, my hopes are that it continues to grow. With that, it seemed a proper full-featured GUI was missing for the VCS. There's some plugins that add some integration into VS Code, and there's one in the works to get Intellij support working, but many of the constructs JJ provides in my opinion necessitate a grounds-up build of a GUI around how JJ works.<p>Right now, Judo for JJ is an MVP in an open beta. I did my best to support all of the core functionality one would need, though there's many nice-to-haves that I am going to add, like native merge support, native splitting, etc. Most of this will be based on feedback from the Beta.<p>I'm really grateful for the great community JJ has built, alongside the HN community itself in the countless VCS-based posts I've read over the years, and am hoping for lots of input here during Beta under real usage - the goal is to be a full-featured desktop GUI for the VCS, similar to many of the great products that are out there for git.
Show HN: I got tired of managing dev environments, so I built ServBay
Show HN (score: 8)[Other] Show HN: I got tired of managing dev environments, so I built ServBay Hey HN,<p>For years, my local development setup has been a fragile mess of tools that never quite played nicely together. On my mac, it was a constant battle with Homebrew services starting (or not starting) on boot, conflicting PHP and Node versions managed by `asdf` or `nvm`, and a collection of `docker-compose.yml` files that I'd copy-paste and tweak for every single project. The cognitive load was just too high.<p>Setting up SSL was another chore involving `mkcert`. Sharing a quick demo with a colleague meant firing up ngrok. And if I wanted to run two projects that needed different versions of PostgreSQL? Good luck. Iโd have to stop one service to start another.<p>I missed the simplicity of the MAMP/XAMPP era, but I needed something that could handle the diverse stack of a modern developer โ not just PHP and MySQL, but Python, Go, Rust, Node.js, and various databases.<p>Thatโs why I (along with my small team) built ServBay. It's our attempt to bring back simplicity and speed to local development without sacrificing power. It's a native app for macOS and Windows, not a wrapper around Docker or VMs.<p>Here's what it does:<p>One-Click Stacks: You can install and run multiple, isolated versions of languages like Python, Node.js, Go, Java, Rust, Ruby, and .NET. No more path conflicts or environment variable hell.<p>Databases, Plural: This was a huge one for me. You can run multiple instances of MySQL, MariaDB, PostgreSQL, Redis, and MongoDB simultaneously. Project A can use Postgres 14 while Project B uses Postgres 16, both running at the same time on different ports.<p>Automatic SSL: Any host you create gets a valid SSL certificate out of the box. No more browser privacy warnings for `<i>.test` or `</i>.localhost` domains.<p>Built-in Tunneling: If you need to demo a feature or test a webhook, there's a one-click button to expose your local site to the internet via a secure tunnel.<p>One-Click Local AI: This is something we're really excited about. We've added a feature to easily download and run models like Llama 3 or Stable Diffusion locally through a simple UI, so you can experiment without worrying about API keys or costs.<p>Everything Else: It also handles one-click backups, has a clean, non-intrusive UI, and is designed to be as lightweight as possible.<p>I know what many of you are thinking: "Why not just use Docker?"<p>And that's a fair question. We use Docker for production and complex, multi-service architectures. But for quickly spinning up a single-service app, testing a new framework, or just general day-to-day development, the overhead of `Dockerfile`s, `docker-compose.yml`, slow file sync on macOS, and resource consumption often feels like overkill. ServBay is for those moments where you just want to get to the code.<p>The project is still young, and we have a long roadmap ahead. I'm here all day to answer any questions, listen to your (brutally honest) feedback, and hear about what your own development workflows look like.<p>You can check it out here: <a href="https://www.servbay.com" rel="nofollow">https://www.servbay.com</a><p>Thanks for reading.
tokio-rs/tokio
GitHub Trending[DevOps] A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
BurntSushi/ripgrep
GitHub Trending[CLI Tool] ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Show HN: Playwright Skill for Claude Code โ Less context than playwright-MCP
Hacker News (score: 60)[Other] Show HN: Playwright Skill for Claude Code โ Less context than playwright-MCP I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself.<p>Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it.<p>314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them.<p>Same browser automation, way less overhead. Works as a Claude Code plugin or manual install.<p>Token limit issue: <a href="https://github.com/microsoft/playwright-mcp/issues/889" rel="nofollow">https://github.com/microsoft/playwright-mcp/issues/889</a><p>Claude Skills docs: <a href="https://docs.claude.com/en/docs/claude-code/skills" rel="nofollow">https://docs.claude.com/en/docs/claude-code/skills</a>
Docker Systems Status: Full Service Disruption
Hacker News (score: 261)[Other] Docker Systems Status: Full Service Disruption
VibeScan
Product Hunt[Testing] Enterprise security scanning in 5 - 10 minutes Automated web security scanner with 12,000+ vulnerability patterns. Finds SQL injection, XSS, exposed API keys, and more in 5 minutes. AI analyzes results and gives actionable fixes with code examples. Built with Nuclei, ZAP, and modern scanning tools.
StudyGen
Product Hunt[Other] Turn your study notes into smart practice quizzes. StudyGen helps students learn faster by turning their notes and study materials into personalized quizzes with explanations. No templates, no setup โ just upload and start practicing smarter.